[introspection] Do not include internal api
authorJohan Dahlin <johan@gnome.org>
Sat, 18 Sep 2010 16:28:52 +0000 (13:28 -0300)
committerJohan Dahlin <johan@gnome.org>
Sat, 18 Sep 2010 16:28:52 +0000 (13:28 -0300)
GtkTextLayout is internal and unsupported, do not include
it in the gir

gtk/Makefile.am

index adb1712163667d86b47d88e9ca12fa7ac41fa52e..389d7f76a4051151792ca943cfa5c066f0716537 100644 (file)
@@ -900,7 +900,7 @@ LDADDS =                                                            \
 
 if HAVE_INTROSPECTION
 introspection_files = \
-    $(gtkinclude_HEADERS) \
+    $(filter-out gtktextlayout.h, $(gtkinclude_HEADERS)) \
     $(gtk_all_c_sources) \
     gtktypebuiltins.h \
     gtktypebuiltins.c